home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 38 / PC Gamer IT CD 38 1-2.iso / HG2DEMO / hg2demo.exe / data / Shell / ldl / game.ldl < prev    next >
Text File  |  1998-10-11  |  1KB  |  47 lines

  1. #######################################
  2. # File: assets\ldl\netshell.ldl
  3. # Last Access: Mon May 18 11:40:26 1998
  4. #######################################
  5. ##-----------------------------------##
  6. ##              Imports              ##
  7. ##-----------------------------------##
  8. import "netshell.ldl"
  9.  
  10. template introwindowbutton {
  11.     string    image0    "SBTN006U.TGA"
  12.     string    activeimage0    "SBTN006M.TGA"
  13.     string    image1    "SBTN006D.TGA"
  14.     string    disabledimage0    "SBTN006X.TGA"
  15.     string    imageblttype    "stretch"
  16.     string    xanchor    "center"
  17.     int    widthpct    40
  18.     int    heightpct    8
  19.     string    fontname    "Arialnb.ttf"
  20.     int    fontsize    20
  21.     bool    boldfont    TRUE
  22. }
  23.  
  24. introwindow {
  25.     int    widthpct    100
  26.     int    heightpct    100
  27.     string    tile    "tile1.bmp"
  28.     singleplayerbutton:introwindowbutton {
  29.         int    ypct    30
  30.         string    text    "SINGLE PLAYER"
  31.     }
  32.     multiplayerbutton:introwindowbutton {
  33.         int    ypct    40
  34.         string    text    "MULTIPLAYER"
  35.     }
  36.     scenarioeditorbutton:introwindowbutton {
  37.         int    ypct    50
  38.         string    text    "SCENARIO EDITOR"
  39.     }
  40.     quitbutton:introwindowbutton {
  41.         int    ypct    60
  42.         string    text    "EXIT"
  43.     }
  44. }
  45.  
  46. $
  47.